home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / xdp4890.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-05-17  |  12.6 KB  |  341 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1992, 1995-1998 Xerox Corporation.
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *% @(#)XDP4890.PPD    103.3 98/01/16 14:51:12
  10. *FormatVersion: "4.2"
  11. *FileVersion: "1.5.2"
  12. *LanguageVersion: English
  13. *LanguageEncoding: ISOLatin1
  14. *PCFileName: "XDP4890.PPD"
  15. *Product: "(Xerox DocuPrint 4890 NPS PS2)"
  16. *% PSVersion was changed to 2015 to fix missing characters bug in
  17. *% Adobe 4.2.4 driver (AR 12165)
  18. *% PSVersion: "(2001.0) 0"
  19. *PSVersion: "(2015.0) 0"
  20. *ModelName: "Xerox DocuPrint 4890 NPS PS2"
  21. *ShortNickName: "Xerox DocuPrint 4890 NPS PS2"
  22. *NickName: "Xerox DocuPrint 4890 NPS PS2"
  23.  
  24. *UIConstraints: *MediaType Transparency *Duplex
  25. *UIConstraints: *Duplex *MediaType Transparency
  26.  
  27. *UIConstraints: *MediaType Plain *MediaColor clear
  28. *UIConstraints: *MediaColor clear *MediaType Plain
  29.  
  30. *UIConstraints: *MediaType Drilled *MediaColor clear
  31. *UIConstraints: *MediaColor clear *MediaType Drilled
  32.  
  33. *UIConstraints: *MediaType CoverStock *MediaColor clear
  34. *UIConstraints: *MediaColor clear *MediaType CoverStock
  35.  
  36. *UIConstraints: *MediaType DrilledCoverStock *MediaColor clear
  37. *UIConstraints: *MediaColor clear *MediaType DrilledCoverStock
  38.  
  39. *UIConstraints: *MediaType Transparency *StapleWhen
  40. *UIConstraints: *StapleWhen *MediaType Transparency
  41.  
  42. *% ==== Device Capabilities ===============
  43. *LanguageLevel: "2"
  44. *FreeVM: "4191696"
  45. *VMOption None/Standard: "4191696"
  46. *DefaultColorSpace:  RGB
  47. *ColorDevice: True
  48. *Extensions: CMYK
  49. *Extensions: Composite
  50. *VariablePaperSize: False
  51. *FileSystem: False
  52. *Throughput: "90"
  53. *Password: "()"
  54. *ExitServer: "
  55.  count 0 eq
  56.  { false } { true exch startjob } ifelse
  57.  not {
  58.      (WARNING: Cannot modify initial VM.) =
  59.      (Missing or invalid password.) =
  60.      (Please contact the author of this software.) = flush quit
  61.      } if
  62. "
  63. *End
  64.  
  65. *DefaultResolution: 300dpi
  66. *?Resolution: "
  67.   save
  68.     currentpagedevice /HWResolution get
  69.     0 get
  70.     (          ) cvs print
  71.     (dpi)
  72.     = flush
  73.   restore
  74. "
  75. *End
  76.  
  77. *% Halftone Information ===============
  78. *ScreenFreq: "54.2"
  79. *ScreenAngle: "45.0"
  80. *DefaultScreenProc: Dot
  81. *ScreenProc Dot: "{ statusdict begin improvedspot end }"
  82. *ScreenProc Line: "{ pop }"
  83. *ScreenProc Ellipse: "
  84.    { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  85. *End
  86. *DefaultTransfer: Null
  87. *Transfer Null: "{ }"
  88. *Transfer Null.Inverse: "{ 1 exch sub }"
  89.  
  90. *% Paper Handling ===================
  91. *% Code in this section both selects a tray and sets up a frame buffer.
  92. *% The "*<keyword> <option>" portion of each PPD paper handling selection is 
  93. *% sufficient for satisfying the static media specification on DocuPrint NPS.
  94. *% If this PPD is to be used for dynamic media selection, the appropriate
  95. *% setpagedevice calls will need to be uncommented by removing the "%"
  96. *% character in the quoted Postscript invocation.
  97.  
  98. *OpenUI *PageSize: PickOne
  99. *OrderDependency: 30 AnySetup *PageSize
  100. *DefaultPageSize: Letter
  101. *% ########## DO NOT CHANGE THE ORDER OF THESE ENTRIES! ##########
  102. *PageSize Letter: "%1 dict dup /PageSize [612 792] put setpagedevice"
  103. *PageSize Legal: "%1 dict dup /PageSize [612 1008] put setpagedevice"
  104. *PageSize A4: "%1 dict dup /PageSize [595 842] put setpagedevice"
  105. *PageSize 8.5x13: "%1 dict dup /PageSize [612 936] put setpagedevice"
  106. *CloseUI: *PageSize
  107.  
  108. *OpenUI *PageRegion: PickOne
  109. *OrderDependency: 40 AnySetup *PageRegion
  110. *DefaultPageRegion: Letter
  111. *PageRegion Letter: "%1 dict dup /PageSize [612 792] put setpagedevice"
  112. *PageRegion Legal: "%1 dict dup /PageSize [612 1008] put setpagedevice"
  113. *PageRegion A4: "%1 dict dup /PageSize [595 842] put setpagedevice"
  114. *PageRegion 8.5x13: "%1 dict dup /PageSize [612 936] put setpagedevice"
  115. *CloseUI:  *PageRegion
  116.  
  117. *% The following entries provide information about specific paper keywords.
  118. *DefaultImageableArea: Letter
  119. *ImageableArea Letter: "0.0 0.0 612.0 792.0 "
  120. *ImageableArea Legal: "0.0 0.0 612.0 1008.0 "
  121. *ImageableArea A4: "0.0 0.0 595.0 842.0 "
  122. *ImageableArea 8.5x13: "0.0 0.0 612.0 936.0"
  123. *?ImageableArea: "
  124.  save
  125.    /cvp { (                ) cvs print ( ) print } bind def
  126.    /upperright {10000 mul floor 10000 div} bind def
  127.    /lowerleft {10000 mul ceiling 10000 div} bind def
  128.    newpath clippath pathbbox
  129.    4 -2 roll exch 2 {lowerleft cvp} repeat
  130.    exch 2 {upperright cvp} repeat flush
  131.  restore
  132. "
  133. *End
  134.  
  135. *% These provide the physical dimensions of the paper (by keyword)
  136. *DefaultPaperDimension: Letter
  137. *PaperDimension Letter: "612 792"
  138. *PaperDimension Legal: "612 1008"
  139. *PaperDimension A4: "595 842"
  140. *PaperDimension 8.5x13: "612 936"
  141.  
  142. *OpenUI *MediaType:  PickOne
  143. *OrderDependency: 30 AnySetup *MediaType
  144. *DefaultMediaType: Plain
  145. *MediaType Plain: "%1 dict dup /MediaType () put setpagedevice"
  146. *MediaType Drilled: "%1 dict dup /MediaType (Drilled) put setpagedevice"
  147. *MediaType Transparency: "
  148.    %1 dict dup /MediaType (Transparency) put setpagedevice"
  149. *End
  150. *MediaType CoverStock: "
  151.    %1 dict dup /MediaType (CoverStock) put setpagedevice"
  152. *End
  153. *MediaType DrilledCoverStock: "
  154.    %1 dict dup /MediaType (DrilledCoverStock) put setpagedevice"
  155. *End
  156. *?MediaType: "
  157.   save
  158.     currentpagedevice /MediaType
  159.      {get} stopped
  160.        {pop pop (Plain)} {dup null eq {pop (Plain)} if} ifelse
  161.     = flush
  162.   restore
  163. "
  164. *End
  165. *CloseUI: *MediaType
  166.  
  167. *OpenUI *MediaColor:  PickOne
  168. *OrderDependency: 30 AnySetup *MediaColor
  169. *DefaultMediaColor: white
  170. *MediaColor white: "%1 dict dup /MediaColor (white) put setpagedevice"
  171. *MediaColor clear: "%1 dict dup /MediaColor (clear) put setpagedevice"
  172. *MediaColor blue: "%1 dict dup /MediaColor (blue) put setpagedevice"
  173. *MediaColor buff: "%1 dict dup /MediaColor (buff) put setpagedevice"
  174. *MediaColor green: "%1 dict dup /MediaColor (green) put setpagedevice"
  175. *MediaColor goldenrod: "%1 dict dup /MediaColor (goldenrod) put setpagedevice"
  176. *MediaColor pink: "%1 dict dup /MediaColor (pink) put setpagedevice"
  177. *MediaColor yellow: "%1 dict dup /MediaColor (yellow) put setpagedevice"
  178. *?MediaColor: "
  179.   save
  180.     currentpagedevice /MediaColor
  181.      {get} stopped
  182.        {pop pop (white)} {dup null eq {pop (white)} if} ifelse
  183.     = flush
  184.   restore
  185. "
  186. *End
  187. *CloseUI: *MediaColor
  188.  
  189. *RequiresPageRegion All: True
  190.  
  191. *OpenUI *InputSlot: PickOne
  192. *OrderDependency: 20 AnySetup *InputSlot
  193. *DefaultInputSlot: AutoSelect
  194. *InputSlot AutoSelect: ""
  195. *CloseUI: *InputSlot
  196.  
  197. *DefaultOutputOrder:  Normal
  198.  
  199. *OpenUI *Duplex:  PickOne
  200. *OrderDependency: 50 AnySetup *Duplex
  201. *DefaultDuplex: None
  202. *Duplex None/Simplex: "%noop"
  203. *Duplex DuplexNoTumble/Duplex: "%noop"
  204. *Duplex DuplexTumble: "%noop"
  205. *CloseUI: *Duplex
  206.  
  207. *OpenUI *StapleWhen:  PickOne
  208. *OrderDependency: 50 AnySetup *StapleWhen
  209. *DefaultStapleWhen: None
  210. *StapleWhen None: "%noop"
  211. *StapleWhen EndOfSet: "%noop"
  212. *CloseUI: *StapleWhen
  213.  
  214. *OpenUI *HighlightPrintingColor:  PickOne
  215. *OrderDependency: 50 AnySetup *HighlightPrintingColor
  216. *DefaultHighlightPrintingColor: None
  217. *HighlightPrintingColor None: "%noop"
  218. *HighlightPrintingColor Red: "%noop"
  219. *HighlightPrintingColor Green: "%noop"
  220. *HighlightPrintingColor Blue: "%noop"
  221. *HighlightPrintingColor Cyan: "%noop"
  222. *HighlightPrintingColor Magenta: "%noop"
  223. *HighlightPrintingColor Cardinal: "%noop"
  224. *HighlightPrintingColor RoyalBlue/Royal Blue: "%noop"
  225. *HighlightPrintingColor Ruby: "%noop"
  226. *HighlightPrintingColor Violet: "%noop"
  227. *HighlightPrintingColor Brown: "%noop"
  228. *CloseUI: *HighlightPrintingColor
  229.  
  230. *OpenUI *HighlightMappingColor:  PickOne
  231. *OrderDependency: 50 AnySetup *HighlightMappingColor
  232. *DefaultHighlightMappingColor: None
  233. *HighlightMappingColor None: "%noop"
  234. *HighlightMappingColor Red: "%noop"
  235. *HighlightMappingColor Green: "%noop"
  236. *HighlightMappingColor Blue: "%noop"
  237. *HighlightMappingColor Cyan: "%noop"
  238. *HighlightMappingColor Magenta: "%noop"
  239. *HighlightMappingColor Yellow: "%noop"
  240. *HighlightMappingColor Cardinal: "%noop"
  241. *HighlightMappingColor RoyalBlue/Royal Blue: "%noop"
  242. *HighlightMappingColor Ruby: "%noop"
  243. *HighlightMappingColor Violet: "%noop"
  244. *HighlightMappingColor Brown: "%noop"
  245. *CloseUI: *HighlightMappingColor
  246.  
  247. *OpenUI *HighlightMappingAlgorithm:  PickOne
  248. *OrderDependency: 50 AnySetup *HighlightMappingAlgorithm
  249. *DefaultHighlightMappingAlgorithm: None
  250. *HighlightMappingAlgorithm None: "%noop"
  251. *HighlightMappingAlgorithm Monochrome: "%noop"
  252. *HighlightMappingAlgorithm Pictorial: "%noop"
  253. *HighlightMappingAlgorithm Presentation: "%noop"
  254. *HighlightMappingAlgorithm ColorTables: "%noop"
  255. *HighlightMappingAlgorithm ColorToHighlight: "%noop"
  256. *HighlightMappingAlgorithm Automatic: "%noop"
  257. *CloseUI: *HighlightMappingAlgorithm
  258.  
  259. *OpenUI *MismatchedHighlightPrintingColor:  PickOne
  260. *OrderDependency: 50 AnySetup *MismatchedHighlightPrintingColor
  261. *DefaultMismatchedHighlightPrintingColor: None
  262. *MismatchedHighlightPrintingColor None: "%noop"
  263. *MismatchedHighlightPrintingColor useLoadedColor/Use Loaded Color: "%noop"
  264. *MismatchedHighlightPrintingColor operatorIntervention/Operator Intervention: "%noop"
  265. *MismatchedHighlightPrintingColor abort/Abort: "%noop"
  266. *CloseUI: *MismatchedHighlightPrintingColor
  267.  
  268. *% Font Information =====================
  269. *DefaultFont: Courier
  270. *Font AvantGarde-Book: Standard "(001.003)" Standard ROM
  271. *Font AvantGarde-BookOblique: Standard "(001.003)" Standard ROM
  272. *Font AvantGarde-Demi: Standard "(001.004)" Standard ROM
  273. *Font AvantGarde-DemiOblique: Standard "(001.004)" Standard ROM
  274. *Font Bookman-Demi: Standard "(001.002)" Standard ROM
  275. *Font Bookman-DemiItalic: Standard "(001.002)" Standard ROM
  276. *Font Bookman-Light: Standard "(001.002)" Standard ROM
  277. *Font Bookman-LightItalic: Standard "(001.002)" Standard ROM
  278. *Font Courier: Standard "(002.003)" Standard ROM
  279. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  280. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  281. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  282. *Font Garamond-Bold: Standard "(001.001)" Standard ROM
  283. *Font Garamond-BoldItalic: Standard "(001.002)" Standard ROM
  284. *Font Garamond-Light: Standard "(001.001)" Standard ROM
  285. *Font Garamond-LightItalic: Standard "(001.002)" Standard ROM
  286. *Font Helvetica: Standard "(001.004)" Standard ROM
  287. *Font Helvetica-Black: Standard "(001.001)" Standard ROM
  288. *Font Helvetica-BlackOblique: Standard "(001.001)" Standard ROM
  289. *Font Helvetica-Bold: Standard "(001.006)" Standard ROM
  290. *Font Helvetica-BoldOblique: Standard "(001.006)" Standard ROM
  291. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  292. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  293. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  294. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  295. *Font Helvetica-Light: Standard "(001.002)" Standard ROM
  296. *Font Helvetica-LightOblique: Standard "(001.001)" Standard ROM
  297. *Font Helvetica-Narrow: Standard "(001.004)" Standard ROM
  298. *Font Helvetica-Narrow-Bold: Standard "(001.004)" Standard ROM
  299. *Font Helvetica-Narrow-BoldOblique: Standard "(001.004)" Standard ROM
  300. *Font Helvetica-Narrow-Oblique: Standard "(001.004)" Standard ROM
  301. *Font Helvetica-Oblique: Standard "(001.004)" Standard ROM
  302. *Font Korinna-Bold: Standard "(001.001)" Standard ROM
  303. *Font Korinna-KursivBold: Standard "(001.003)" Standard ROM
  304. *Font Korinna-KursivRegular: Standard "(001.003)" Standard ROM
  305. *Font Korinna-Regular: Standard "(001.001)" Standard ROM
  306. *Font NewCenturySchlbk-Bold: Standard "(001.007)" Standard ROM
  307. *Font NewCenturySchlbk-BoldItalic: Standard "(001.005)" Standard ROM
  308. *Font NewCenturySchlbk-Italic: Standard "(001.004)" Standard ROM
  309. *Font NewCenturySchlbk-Roman: Standard "(001.005)" Standard ROM
  310. *Font Palatino-Bold: Standard "(001.003)" Standard ROM
  311. *Font Palatino-BoldItalic: Standard "(001.003)" Standard ROM
  312. *Font Palatino-Italic: Standard "(001.003)" Standard ROM
  313. *Font Palatino-Roman: Standard "(001.002)" Standard ROM
  314. *Font Symbol: Special "(001.005)" Special ROM
  315. *Font Times-Bold: Standard "(001.006)" Standard ROM
  316. *Font Times-BoldItalic: Standard "(001.008)" Standard ROM
  317. *Font Times-Italic: Standard "(001.006)" Standard ROM
  318. *Font Times-Roman: Standard "(001.006)" Standard ROM
  319. *Font ZapfChancery-MediumItalic: Standard "(001.004)" Standard ROM
  320. *Font ZapfDingbats: Special "(001.003)" Special ROM
  321. *?FontQuery: "
  322.  save
  323.    { count 1 gt
  324.       { exch dup 127 string cvs (/) print print (:) print
  325.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  326.       } { exit } ifelse
  327.    } bind loop
  328.    (*) = flush
  329.  restore
  330. "
  331. *End
  332. *?FontList: "
  333. save
  334.   (*) {cvn ==} 128 string /Font resourceforall
  335.   (*) = flush
  336. restore
  337. "
  338. *End
  339. *% Last Modified: March 1, 1999
  340. *% end of PPD file for Xerox DocuPrint 4890 NPS
  341.